Scheduler for WPF
MappingCollectionBase<T> クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : MappingCollectionBase<T> クラス
マップするオブジェクトの型。これは、 BasePersistableObjectクラスから派生され、パラメータのないデフォルトコンストラクタを持つ必要があります。
BasePersistableObjectオブジェクトのプロパティを適切なデータフィールドにマップするためのコレクションを表します。プロパティ名は、このコレクションのキーです。
オブジェクト モデル
MappingCollectionBase<T> クラス
シンタックス
'宣言
 
Public Class MappingCollectionBase(Of T As {New, BasePersistableObject}) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of String,MappingInfo)
public class MappingCollectionBase<T> : System.Collections.ObjectModel.KeyedCollection<string,MappingInfo> 
where T: new(), BasePersistableObject
型パラメータ
T
マップするオブジェクトの型。これは、 BasePersistableObjectクラスから派生され、パラメータのないデフォルトコンストラクタを持つ必要があります。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.MappingCollectionBase<T>
            C1.C1Schedule.AppointmentMappingCollection
            C1.C1Schedule.BaseObjectMappingCollection<T>

参照

MappingCollectionBase<T> メンバ
C1.C1Schedule 名前空間